Vcenter NamespaceManagement InfrastructurePolicies ListResult
Vcenter NamespaceManagement InfrastructurePolicies ListResult
The Vcenter NamespaceManagement InfrastructurePolicies ListResult schema represents the result of GET /vcenter/namespace-management/infrastructure-policies operation.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"items": [
{
"policy": "string",
"config_status": "string",
"description": "string",
"compute_policy_id": "string",
"enforcement_mode": "string"
}
]
}
items
Required
List of policies.
This property was added in vSphere API 9.1.0.0.